home *** CD-ROM | disk | FTP | other *** search
- Path: oxy.rust.net!usenet
- From: Neil <neil@aol2.com>
- Newsgroups: comp.lang.c++
- Subject: DUMPING OUT A RAW TEXT FILE TO SCREEN
- Date: Sun, 10 Mar 1996 11:36:38 -0500
- Organization: None
- Message-ID: <31430516.5235@aol2.com>
- NNTP-Posting-Host: liv-27.rust.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
-
- QUESTION
- --------
-
- How can I take a raw text file (lets just call it NEIL.TXT)
- and dump it out to the screen?
-
- WHAT I'VE TRIED SO FAR:
- -----------------------
- ifstream datafile('NEIL.TXT',ios::in);
- ...but that's as far as I can go...
-
- Either post it here, or mailto:neil@aol2.com
-
- Thanks!
-